Fix a compatibility problem
authorMatthias Clasen <mclasen@redhat.com>
Fri, 12 Feb 2010 20:45:16 +0000 (15:45 -0500)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:56:13 +0000 (20:56 -0400)
commit29efd9a753bcdd09c75c5bb19c3c08941f732c56
treea070507745e61ca5679f6ff63e6b404f5c58871f
parent966b619705945d62ca36ddc7df86aef0f65434ae
Fix a compatibility problem

It turns out that my attempt at handling Super, Hyper and Meta better
is causing problems, mostly because Alt and Meta are commonly colocated
in the modmap, and apps do a check for the Alt modifier regularly.

See e.g bug 607697.
docs/reference/gdk/gdk-sections.txt
gdk/gdk.symbols
gdk/gdkkeys.h
gdk/quartz/gdkkeys-quartz.c
gdk/win32/gdkkeys-win32.c
gdk/x11/gdkevents-x11.c
gdk/x11/gdkkeys-x11.c
gtk/gtkkeyhash.c